Made progress on focus handling.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 5 Nov 2010 13:16:32 +0000 (22:16 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 5 Nov 2010 13:19:50 +0000 (22:19 +0900)
commit631bdc438c67debf5d7fab51cd655ac296ab32d3
tree2f866b7d2450e4e90460f648c7a9f604da6014e0
parent1ad5fa3e7a8f41e95057bd8e9ff8c32a5c8b8459
Made progress on focus handling.

 - Added vfunc to get the allocation of a cell inside an area
 - Superclass GtkCellArea handles activation of focused cells
   by handling key events (as well as editing of editable cells)
 - Added signal "editing-started" to GtkCellArea to signal that
   editing has started (generally signaled from inside event handling)
 - Added properties "focus-cell" and "edited-cell"
gtk/gtkcellarea.c
gtk/gtkcellarea.h
gtk/gtkcellareabox.c
gtk/gtkmarshalers.list